home *** CD-ROM | disk | FTP | other *** search
- /**************************************************************************
- * WINXCALC.C - Extended wind_calc() function.
- *************************************************************************/
-
- #include "gemfintl.h"
-
- short winx_calc(type, kind, inrect, poutrect)
- short type;
- short kind;
- GRECT inrect;
- GRECT *poutrect;
- {
- return wind_calc(type, kind, RECTVALS(&inrect), RECTPTRS(poutrect));
- }
-
-